home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sirens of the Pleasure Dome
/
Sirens of the Pleasure Dome.iso
/
pc
/
vvdemo.dir
/
00610_Script_610
< prev
next >
Wrap
Text File
|
1996-06-29
|
287b
|
10 lines
on mouseUp
global SUBTOTAL1, TAX1, TOTAL1, shipping1
put tax1 into field "tax"
put subtotal1 into field "total"
put shipping1 into field "total"
Put tax1 into field "total"
Set total1 = Subtotal1 + tax1 + Shipping1
put total1 into field "total"
GO TO "PRINT"
end